Disabled hginstallscripts @LIBDIR@ replacement in setup.py.
authorStefano Rivera <stefanor@debian.org>
Sun, 16 Aug 2020 09:03:07 +0000 (11:03 +0200)
committerJulien Cristau <jcristau@debian.org>
Thu, 13 Jan 2022 15:23:32 +0000 (15:23 +0000)
commit328ec0067b46140134fd226c71337abb8816cd8a
tree3d127fdf097f78682746a7895dbfa0a559a5e2d4
parentabdb1ad13d752a20a8e0ada89c9078864fc58a32
Disabled hginstallscripts @LIBDIR@ replacement in setup.py.

Bug-Debian: http://bugs.debian.org/620087
Bug-Ubuntu: https://bugs.launchpad.net/bugs/745250
Forwarded: not-needed

setup.py replaces @LIBDIR@ in the hg script, with a path that differs between
Python versions.
libdir in hg doesn't need to be set if mercurial is available in the public
namespace, as it is in Debian.
hg doesn't alter sys.paths if this replacement hasn't happened.

Gbp-Pq: Name deb_specific__disable_libdir_replacement.patch
setup.py